From 2183f2aec51b18481c65f818ddde926619e8b898 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 3 May 2009 21:36:40 +0000 Subject: [PATCH] Revert r49959 (Fixed some CSS validation issues with colors) --- RELEASE-NOTES | 1 - skins/common/shared.css | 2 +- skins/monobook/main.css | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3ef0ec5aea..99f2f175e4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -104,7 +104,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN languages while the the text is typed as URLs. * (bug 18535) Search tab tool-tops are corrupted * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit -* (bug 18069) Fixed some CSS validation issues with colors * (bug 18207) Strange spacing before [[irc:...]] links * Removed float from the user login form in RTL interface - caused display problems in FF2 diff --git a/skins/common/shared.css b/skins/common/shared.css index 166f61297c..d939666266 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -159,7 +159,7 @@ div.searchdidyoumean em { } div.searchresults { - border:1px solid #00008b; + border:1px solid darkblue; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 950ccfebea..cf93ebffca 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1426,7 +1426,7 @@ div#searchTarget ul li { } div#searchTarget ul li:before { - color: #ffa500; + color: orange; content: "\00BB \0020"; } -- 2.20.1